HomeSort by relevance Sort by last modified time
    Searched refs:filepath (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/chromium/chrome/browser/
icon_manager_win.cc 9 IconGroupID IconManager::GetGroupIDFromFilepath(const FilePath& filepath) {
10 std::wstring extension = filepath.Extension();
14 return filepath.value();
icon_manager_linux.cc 10 IconGroupID IconManager::GetGroupIDFromFilepath(const FilePath& filepath) {
18 return mime_util::GetFileMimeType(filepath);
  /external/e2fsprogs/util/
libecho.c 43 char filepath[256]; local
52 strcpy(filepath, f);
54 slash = strrchr(filepath, '\\');
60 filepath[0] = '\0';
70 printf("%s%s%s\n", prefix, filepath, fdt.name);
75 printf("%s%s%s\n", prefix, filepath, fdt.name);
  /external/libcap-ng/libcap-ng-0.7/
py-compile 114 filetrans="filepath = path"
116 filetrans="filepath = os.path.normpath('$destdir' + os.sep + path)"
128 if not os.path.exists(filepath) or not (len(filepath) >= 3
129 and filepath[-3:] == '.py'):
133 py_compile.compile(filepath, filepath + 'c', path)
145 if not os.path.exists(filepath) or not (len(filepath) >= 3
146 and filepath[-3:] == '.py')
    [all...]
  /device/asus/tilapia/recovery/lib/
downloadFN.h 6 void SetTraceFile(char *filepath);
  /external/qemu/
tcpdump.h 22 extern int qemu_tcpdump_start( const char* filepath );
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 )
tcpdump.c 73 qemu_tcpdump_start( const char* filepath )
82 if (filepath == NULL)
85 capture_file = fopen(filepath, "wb");
  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
attachtobug.py 44 filepath = state["filepath"]
46 description = self._options.description or filepath.split(os.sep)[-1]
51 self._tool.bugs.add_attachment_to_bug(bug_id, filepath, description, filename, comment_text)
  /external/chromium/base/
mime_util.h 11 class FilePath;
19 std::string GetFileMimeType(const FilePath& filepath);
34 // then a generic icon, and finally an empty FilePath if all else fails.
35 FilePath GetMimeIcon(const std::string& mime_type, size_t size);
  /external/qemu/android/protocol/
core-commands-qemu.c 94 char* filepath = qemu_find_file(type, filename); local
95 if (filepath == NULL) {
98 strncpy(path, filepath, path_buf_size);
100 qemu_free(filepath);
  /external/skia/tools/copyright/
fileparser.py 11 def CreateParser(filepath):
12 """Returns a Parser as appropriate for the file at this filepath.
14 if (filepath.endswith('.cpp') or
15 filepath.endswith('.h') or
16 filepath.endswith('.c')):
  /development/build/tools/
mk_sources_zip.py 138 filepath = os.path.join(srcdir, filename)
139 if filename.endswith(".java") and os.path.isfile(filepath):
140 pkg = checkJavaFile(filepath)
142 verbose("No package found in %s", filepath)
150 verbose("Ignore package %s [%s]", pkg, filepath)
156 copy(p, filepath, pkg)
160 elif os.path.isdir(filepath):
162 parseSrcDir(p, filepath)
185 # Copy the given file (given its absolute filepath) to
187 def copy(p, filepath, dest_pkg)
    [all...]
  /external/webkit/Tools/Scripts/
update-sources-list.py 43 filepath = os.path.join(wkroot, "Source", "WebCore", "WebCoreSources.bkl")
44 assert(os.path.exists(filepath))
46 doc = minidom.parse(filepath)
  /external/protobuf/python/
setup.py 92 filepath = os.path.join(dirpath, filename) variable
93 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc"):
94 os.remove(filepath)
  /prebuilts/devtools/tools/lib/
screenshot2.jar 
  /external/chromium/chrome/browser/chromeos/login/
user_image_loader.h 41 // Start reading the image for |username| from |filepath| on the file thread.
44 const std::string& filepath,
69 void LoadImage(const std::string& filepath, const ImageInfo& image_info);
  /external/chromium/googleurl/src/
url_parse_internal.h 88 Component* filepath,
93 Component* filepath,
  /external/llvm/utils/unittest/
CMakeLists.txt 39 googletest/gtest-filepath.cc
  /external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
react-to-vsprops-changes.py 25 for filepath in glob.iglob(os.path.join(obj_directory, '*', '*.%s' % extension)):
26 delete_if_older_than(filepath, newest_vsprops_time)
  /development/scripts/
divide_and_compress.py 316 def AddFileToArchive(self, filepath, compress_bit):
317 """Add the file at filepath to the current archive.
320 filepath: A string, the path of the file to add.
329 if os.path.isfile(filepath) and not os.path.islink(filepath):
330 if os.path.getsize(filepath) > 1048576:
331 print 'Warning: %s is potentially too large to serve on GAE' % filepath
335 archive.write(filepath, filepath[len(self.base_path):])
  /external/qemu/android/utils/
ini.c 259 iniFile_newFromFile( const char* filepath )
261 FILE* fp = fopen(filepath, "rt");
269 filepath, strerror(errno));
284 filepath, size);
293 ini = iniFile_newFromMemory(text, filepath);
304 * filepath - Path to a file where to save the instance.
312 iniFile_saveToFileCommon( IniFile* f, const char* filepath, int strip )
314 FILE* fp = fopen(filepath, "wt");
321 filepath, strerror(errno));
341 iniFile_saveToFile( IniFile* f, const char* filepath )
    [all...]
  /external/webkit/Tools/wx/packaging/
build-win-installer.py 58 filepath = os.path.join(dir, name)
59 if os.path.isfile(filepath):
60 retval = filepath
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_stacktrace.cc 20 const char *StripPathPrefix(const char *filepath,
22 if (filepath == 0) return 0;
23 if (filepath == internal_strstr(filepath, strip_file_prefix))
24 return filepath + internal_strlen(strip_file_prefix);
25 return filepath;
  /external/webkit/Tools/CodeCoverage/
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))

Completed in 975 milliseconds

1 2 3 4 5 6 7