Searched defs:filepath (Results 1 - 20 of 20) sorted by relevance

/external/chromium/chrome/browser/
H A Dicon_manager_linux.cc10 IconGroupID IconManager::GetGroupIDFromFilepath(const FilePath& filepath) { argument
18 return mime_util::GetFileMimeType(filepath);
H A Dicon_manager_win.cc9 IconGroupID IconManager::GetGroupIDFromFilepath(const FilePath& filepath) { argument
10 std::wstring extension = filepath.Extension();
14 return filepath.value();
/external/e2fsprogs/util/
H A Dlibecho.c43 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/qemu/android/protocol/
H A Dcore-commands-qemu.c94 char* filepath = qemu_find_file(type, filename); local
95 if (filepath == NULL) {
98 strncpy(path, filepath, path_buf_size);
100 qemu_free(filepath);
H A Dcore-commands-impl.c296 char* filepath = NULL; local
300 filepath = qemu_find_file(cmd->type, cmd->filename);
301 if (filepath != NULL) {
302 resp.resp_data_size = strlen(filepath) + 1;
304 _coreCmdImpl_respond(corecmd, &resp, filepath);
305 if (filepath != NULL) {
306 qemu_free(filepath);
/external/chromium/chrome/browser/chromeos/login/
H A Duser_image_loader.cc42 void UserImageLoader::LoadImage(const std::string& filepath, argument
46 file_util::ReadFileToString(FilePath(filepath), &image_data);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stacktrace.cc20 static const char *StripPathPrefix(const char *filepath, argument
22 if (filepath == internal_strstr(filepath, strip_file_prefix))
23 return filepath + internal_strlen(strip_file_prefix);
24 return filepath;
/external/e2fsprogs/e2fsck/
H A Dprofile_helpers.c261 profile_init_path(const char * filepath, argument
271 for(s = filepath, n_entries = 1; *s; s++) {
282 for(s = filepath, i=0; (t = strchr(s, ':')) || (t=s+strlen(s)); s=t+1, i++) {
/external/protobuf/python/
H A Dsetup.py92 filepath = os.path.join(dirpath, filename) variable
93 if filepath.endswith("_pb2.py") or filepath.endswith(".pyc"):
94 os.remove(filepath)
/external/chromium/chrome/browser/chromeos/cros/
H A Dmount_library.cc272 std::string filepath; local
287 filepath = disk->file_path();
301 filepath,
/external/chromium/googleurl/src/
H A Durl_parse.cc179 Component* filepath,
186 filepath->reset();
239 *filepath = MakeRange(path.begin, file_end);
241 filepath->reset();
732 Component* filepath,
735 ParsePath(spec, path, filepath, query, ref);
740 Component* filepath,
743 ParsePath(spec, path, filepath, query, ref);
177 ParsePath(const CHAR* spec, const Component& path, Component* filepath, Component* query, Component* ref) argument
730 ParsePathInternal(const char* spec, const Component& path, Component* filepath, Component* query, Component* ref) argument
738 ParsePathInternal(const char16* spec, const Component& path, Component* filepath, Component* query, Component* ref) argument
/external/qemu/android/utils/
H A Dini.c259 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 ) argument
314 FILE* fp = fopen(filepath, "wt");
321 filepath, strerror(errno));
341 iniFile_saveToFile( IniFile* f, const char* filepath )
[all...]
/external/webkit/Source/JavaScriptCore/wtf/url/src/
H A DURLParser.h169 static void parsePath(const CHAR* spec, const URLComponent& path, URLComponent& filepath, URLComponent& query, URLComponent& fragment) argument
175 filepath.reset();
228 filepath = URLComponent::fromRange(path.begin(), fileEnd);
230 filepath.reset();
/external/chromium/base/
H A Dmime_util_xdg.cc559 std::string GetFileMimeType(const FilePath& filepath) { argument
562 return xdg_mime_get_mime_type_from_file_name(filepath.value().c_str());
/external/chromium/chrome/common/
H A Dsqlite_utils.cc90 int OpenSqliteDb(const FilePath& filepath, sqlite3** database) { argument
94 return sqlite3_open(WideToUTF8(filepath.value()).c_str(), database);
96 return sqlite3_open(filepath.value().c_str(), database);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 443 milliseconds