Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 21 of 21) sorted by relevance

/external/bluez/utils/common/
Dtextfile.c159 static int write_key(const char *pathname, const char *key, const char *value, int icase) in write_key()
280 static char *read_key(const char *pathname, const char *key, int icase) in read_key()
344 int textfile_put(const char *pathname, const char *key, const char *value) in textfile_put()
349 int textfile_caseput(const char *pathname, const char *key, const char *value) in textfile_caseput()
354 int textfile_del(const char *pathname, const char *key) in textfile_del()
359 int textfile_casedel(const char *pathname, const char *key) in textfile_casedel()
364 char *textfile_get(const char *pathname, const char *key) in textfile_get()
369 char *textfile_caseget(const char *pathname, const char *key) in textfile_caseget()
374 int textfile_foreach(const char *pathname, in textfile_foreach()
/external/gtest/include/gtest/internal/
Dgtest-filepath.h64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath()
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
/external/e2fsprogs/lib/ext2fs/
Dnamei.c31 char *pathname; in follow_link() local
76 const char *pathname, int pathlen, in dir_namei()
114 const char *pathname, size_t pathlen, int follow, in open_namei()
/external/webkit/WebCore/dom/
DWorkerLocation.cpp62 String WorkerLocation::pathname() const in pathname() function in WebCore::WorkerLocation
/external/emma/core/java12/com/vladium/util/
DFiles.java106 String pathname = tokenizer.nextToken (); in pathToFiles() local
127 public static String canonicalizePathname (final String pathname) in canonicalizePathname()
/external/icu4c/tools/toolutil/
Dtoolutil.c42 getLongPathname(const char *pathname) { in getLongPathname()
85 uprv_mkdir(const char *pathname, UErrorCode *status) { in uprv_mkdir()
/external/webkit/WebCore/page/
DLocation.cpp100 String Location::pathname() const in pathname() function in WebCore::Location
/external/opencore/oscl/oscl/osclio/src/
Doscl_file_find.h178 chartype* pathname; variable
/external/e2fsprogs/debugfs/
Dncheck.c24 char *pathname; member
Ddebugfs.c950 char *pathname = NULL; in do_print_working_directory() local
/external/e2fsprogs/intl/
Dlocalcharset.c73 # define relocate(pathname) (pathname) argument
Drelocatable.c386 relocate (const char *pathname) in relocate()
Dlocalealias.c68 # define relocate(pathname) (pathname) argument
/external/freetype/include/freetype/
Dftsystem.h327 FT_StreamDesc pathname; member
Dfreetype.h1813 FT_String* pathname; member
/external/bluez/utils/tools/
Dhciattach_st.c121 char pathname[PATH_MAX], filename[NAME_MAX], prefix[20]; in load_file() local
/external/icu4c/tools/gencmn/
Dgencmn.c96 char *pathname, *basename; member
/external/webkit/WebCore/html/
DHTMLAnchorElement.cpp453 String HTMLAnchorElement::pathname() const in pathname() function in WebCore::HTMLAnchorElement
/external/wpa_supplicant/
Dwpa_ctrl.c164 char pathname[PATH_MAX]; in wpa_ctrl_cleanup() local
/external/strace/
Dstrace.c495 char pathname[MAXPATHLEN]; local
/external/freetype/src/base/
Dftobjs.c1130 const char* pathname, in FT_New_Face()