Home
last modified time | relevance | path

Searched refs:filepath (Results 1 – 12 of 12) sorted by relevance

/external/e2fsprogs/util/
Dlibecho.c43 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/
Dgen-charmap.py164 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 )
Dtcpdump.c73 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()
Dtcpdump.h22 extern int qemu_tcpdump_start( const char* filepath );
/external/qemu/android/utils/
Dini.c248 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/
Drun-generate-coverage-data108 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/
Dupdate-sources-list.py43 filepath = os.path.join(wkroot, "WebCore/WebCoreSources.bkl")
44 assert(os.path.exists(filepath))
46 doc = minidom.parse(filepath)
/external/webkit/WebKitTools/wx/packaging/
Dbuild-win-installer.py46 filepath = os.path.join(dir, name)
47 if os.path.isfile(filepath):
48 retval = filepath
/external/e2fsprogs/e2fsck/
Dprofile_helpers.c261 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/
DAndroid.mk32 gtest-filepath.cc \
/external/gtest/test/
Dgtest-filepath_test.cc73 FilePath filepath(path); in _rmdir() local
75 filepath.RemoveTrailingPathSeparator().c_str()); in _rmdir()
/external/bluetooth/glib/
Dconfigure.in1320 dnl *** dlopen() filepath must be of the form /path/libname.a(libname.so)