Searched refs:path (Results 26 - 50 of 1236) sorted by path

1234567891011>>

/haiku/headers/os/package/
H A DUserSettingsFileInfo.h26 BUserSettingsFileInfo(const BString& path,
28 BUserSettingsFileInfo(const BString& path,
38 void SetTo(const BString& path,
40 void SetTo(const BString& path,
/haiku/headers/os/package/hpkg/
H A DPackageEntry.h60 void SetSymlinkPath(const char* path) argument
61 { fSymlinkPath = path; }
H A DPackageInfoAttributeValue.h51 const char* path; member in struct:BPackageKit::BHPKG::BGlobalWritableFileInfoData
58 const char* path; member in struct:BPackageKit::BHPKG::BUserSettingsFileInfoData
H A DPackageWriter.h32 virtual void OnEntryAdded(const char* path) = 0;
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntry.h62 void SetSymlinkPath(const char* path) argument
63 { fSymlinkPath = path; }
/haiku/headers/os/storage/
H A DDirectory.h26 BDirectory(const char *path);
27 BDirectory(const BDirectory *dir, const char *path);
34 status_t SetTo(const char *path);
35 status_t SetTo(const BDirectory *dir, const char *path);
41 status_t FindEntry(const char *path, BEntry *entry,
44 bool Contains(const char *path, int32 nodeFlags = B_ANY_NODE) const;
47 status_t GetStatFor(const char *path, struct stat *st) const;
56 status_t CreateDirectory(const char *path, BDirectory *dir);
57 status_t CreateFile(const char *path, BFile *file,
59 status_t CreateSymLink(const char *path, cons
[all...]
H A DEntry.h42 BEntry(const BDirectory* dir, const char* path,
46 BEntry(const char* path, bool traverse = false);
57 status_t SetTo(const BDirectory* dir, const char* path,
61 status_t SetTo(const char* path, bool traverse = false);
65 status_t GetPath(BPath* path) const;
70 status_t Rename(const char* path, bool clobber = false);
71 status_t MoveTo(BDirectory* dir, const char* path = NULL,
95 status_t _SetTo(int dir, const char* path,
115 status_t get_ref_for_path(const char* path, entry_ref* ref);
H A DFile.h23 BFile(const char *path, uint32 openMode);
24 BFile(const BDirectory *dir, const char *path, uint32 openMode);
29 status_t SetTo(const char *path, uint32 openMode);
30 status_t SetTo(const BDirectory *dir, const char *path, uint32 openMode);
H A DMime.h35 int update_mime_info(const char* path, int recursive, int synchronous,
37 status_t create_app_meta_mime(const char* path, int recursive, int synchronous,
H A DNode.h38 BNode(const char* path);
39 BNode(const BDirectory* dir, const char* path);
49 status_t SetTo(const char* path);
50 status_t SetTo(const BDirectory* dir, const char* path);
100 status_t _SetTo(int fd, const char* path, bool traverse);
H A DPath.h23 BPath(const BPath& path);
38 status_t SetTo(const char* path, const char* leaf = NULL,
45 status_t Append(const char* path, bool normalize = false);
49 status_t GetParent(BPath* path) const;
53 bool operator==(const char* path) const;
55 bool operator!=(const char* path) const;
57 BPath& operator=(const char* path);
73 status_t _SetPath(const char* path);
74 static bool _MustNormalize(const char* path, status_t* _error);
79 // Pointer to the path strin
[all...]
H A DPathFinder.h30 BPathFinder(const char* path,
41 status_t SetTo(const char* path,
75 const char* path, const char* dependency);
H A DResources.h28 BResources(const char* path,
39 status_t SetTo(const char* path,
H A DSymLink.h22 BSymLink(const char* path);
24 const char* path);
30 BPath* path);
32 BPath* path);
/haiku/headers/os/support/
H A DArchitecture.h21 const char* guess_architecture_for_path(const char* path);
H A DUrl.h21 BUrl(const BPath& path);
33 BUrl& SetPath(const BString& path);
106 void _SetPathUnsafe(const BString& path);
126 static void _RemoveLastPathComponent(BString& path);
/haiku/headers/posix/
H A Ddlfcn.h37 extern void *dlopen(const char *path, int mode);
H A Dutime.h22 int utime(const char *path, const struct utimbuf *buffer);
/haiku/headers/posix/sys/
H A Dipc.h39 key_t ftok(const char *path, int id);
H A Dstat.h112 extern int chmod(const char *path, mode_t mode);
114 extern int fchmodat(int fd, const char *path, mode_t mode, int flag);
115 extern int stat(const char *path, struct stat *st);
117 extern int lstat(const char *path, struct stat *st);
118 extern int fstatat(int fd, const char *path, struct stat *st, int flag);
119 extern int mkdir(const char *path, mode_t mode);
120 extern int mkdirat(int fd, const char *path, mode_t mode);
121 extern int mkfifo(const char *path, mode_t mode);
122 extern int mkfifoat(int fd, const char *path, mode_t mode);
127 extern int utimensat(int fd, const char *path,
[all...]
H A Dstatvfs.h34 int statvfs(const char *path, struct statvfs *buffer);
H A Dtime.h46 extern int utimes(const char *path, const struct timeval times[2]);
/haiku/headers/private/audio/
H A Dsoundcard.h1897 oss_devnode_t devnode; /* Device special file name (absolute path) */
1927 oss_devnode_t devnode; /* Device special file name (absolute path) */
1961 oss_devnode_t devnode; /* Device special file name (absolute path) */
2015 extern int osslib_open (const char *path, int flags, int dummy);
/haiku/headers/private/debug/
H A Ddebug_support.h85 status_t debug_create_file_symbol_iterator(const char* path,
/haiku/headers/private/debugger/files/
H A DLocatableDirectory.h15 const BString& path);
24 virtual void SetLocatedPath(const BString& path,

Completed in 157 milliseconds

1234567891011>>