Searched refs:filepath (Results 1 – 12 of 12) sorted by relevance
/external/e2fsprogs/util/ |
D | libecho.c | 43 char filepath[256]; in echo_files() local 52 strcpy(filepath, f); in echo_files() 54 slash = strrchr(filepath, '\\'); in echo_files() 60 filepath[0] = '\0'; in echo_files() 70 printf("%s%s%s\n", prefix, filepath, fdt.name); in echo_files() 75 printf("%s%s%s\n", prefix, filepath, fdt.name); in echo_files()
|
/external/qemu/ |
D | gen-charmap.py | 164 for filepath in sys.argv[1:]: 165 m = re_mapname.match(filepath) 167 print "%s is not a keyboard charmap name" % filepath 173 for filepath in sys.argv[1:]: 174 m = re_mapname.match(filepath) 176 result = process_file( filepath )
|
D | tcpdump.c | 73 qemu_tcpdump_start( const char* filepath ) in qemu_tcpdump_start() argument 82 if (filepath == NULL) in qemu_tcpdump_start() 85 capture_file = fopen(filepath, "wb"); in qemu_tcpdump_start()
|
D | tcpdump.h | 22 extern int qemu_tcpdump_start( const char* filepath );
|
/external/qemu/android/utils/ |
D | ini.c | 248 iniFile_newFromFile( const char* filepath ) in iniFile_newFromFile() argument 250 FILE* fp = fopen(filepath, "rt"); in iniFile_newFromFile() 257 filepath, strerror(errno)); in iniFile_newFromFile() 272 filepath, size); in iniFile_newFromFile() 281 ini = iniFile_newFromMemory(text, filepath); in iniFile_newFromFile() 290 iniFile_saveToFile( IniFile* f, const char* filepath ) in iniFile_saveToFile() argument 292 FILE* fp = fopen(filepath, "wt"); in iniFile_saveToFile() 299 filepath, strerror(errno)); in iniFile_saveToFile()
|
/external/webkit/WebKitTools/CodeCoverage/ |
D | run-generate-coverage-data | 108 filepath = split[1][:-5].replace('#',os.path.sep) 109 return os.path.join(os.path.sep,filepath) 114 filepath = split[1][:-5].replace('#',os.path.sep) 115 return os.path.abspath(os.path.join(root,os.path.pardir,os.path.pardir,filepath)) 120 filepath = split[1][:-5].replace('#',os.path.sep) 121 return os.path.abspath(os.path.join(root,filepath))
|
/external/webkit/WebKitTools/Scripts/ |
D | update-sources-list.py | 43 filepath = os.path.join(wkroot, "WebCore/WebCoreSources.bkl") 44 assert(os.path.exists(filepath)) 46 doc = minidom.parse(filepath)
|
/external/webkit/WebKitTools/wx/packaging/ |
D | build-win-installer.py | 46 filepath = os.path.join(dir, name) 47 if os.path.isfile(filepath): 48 retval = filepath
|
/external/e2fsprogs/e2fsck/ |
D | profile_helpers.c | 261 profile_init_path(const char * filepath, in profile_init_path() argument 271 for(s = filepath, n_entries = 1; *s; s++) { in profile_init_path() 282 for(s = filepath, i=0; (t = strchr(s, ':')) || (t=s+strlen(s)); s=t+1, i++) { in profile_init_path()
|
/external/gtest/src/ |
D | Android.mk | 32 gtest-filepath.cc \
|
/external/gtest/test/ |
D | gtest-filepath_test.cc | 73 FilePath filepath(path); in _rmdir() local 75 filepath.RemoveTrailingPathSeparator().c_str()); in _rmdir()
|
/external/bluetooth/glib/ |
D | configure.in | 1320 dnl *** dlopen() filepath must be of the form /path/libname.a(libname.so)
|