/external/chromium_org/remoting/host/ |
ipc_constants.cc | 23 base::FilePath dir_path; local 24 if (!PathService::Get(base::DIR_EXE, &dir_path)) { 29 base::FilePath path = dir_path.Append(binary);
|
sas_injector_win.cc | 147 base::FilePath dir_path; local 148 if (!PathService::Get(base::DIR_EXE, &dir_path)) { 153 sas_dll_.Reset(base::LoadNativeLibrary(dir_path.Append(kSasDllFileName),
|
/external/chromium_org/tools/checkperms/ |
checkperms.py | 226 def get_svn_info(dir_path): 228 if not os.path.isdir(dir_path): 230 out = capture(['svn', 'info', '.', '--non-interactive'], dir_path) 234 def get_svn_url(dir_path): 235 return get_svn_info(dir_path).get('URL') 238 def get_svn_root(dir_path): 240 svn_url = get_svn_url(dir_path) 245 parent = os.path.dirname(dir_path) 246 if parent == dir_path: 250 return dir_path [all...] |
/external/chromium_org/chrome/common/extensions/docs/server2/ |
caching_file_system.py | 63 dir_path, file_path = posixpath.split(path) 64 if dir_path and not dir_path.endswith('/'): 65 dir_path += '/' 68 dir_stat = self._stat_object_store.Get(dir_path).Get() 70 dir_stat = self._file_system.Stat(dir_path) 72 self._stat_object_store.Set(dir_path, dir_stat) 74 if path == dir_path: 80 (path, dir_path, dir_stat.child_versions))
|
/external/chromium/net/test/ |
python_utils.cc | 21 std::string dir_path; local 23 dir_path = WideToUTF8(dir.value()); 25 dir_path = dir.value(); 28 env->SetVar(kPythonPathEnv, dir_path.c_str()); 29 } else if (old_path.find(dir_path) == std::string::npos) { 36 new_path.append(dir_path.c_str());
|
/external/chromium_org/net/test/ |
python_utils.cc | 22 std::string dir_path; local 24 dir_path = WideToUTF8(dir.value()); 26 dir_path = dir.value(); 29 env->SetVar(kPythonPathEnv, dir_path.c_str()); 30 } else if (old_path.find(dir_path) == std::string::npos) { 37 new_path.append(dir_path.c_str());
|
/external/chromium/chrome/browser/ui/download/ |
download_tab_helper.h | 30 bool SavePage(const FilePath& main_file, const FilePath& dir_path,
|
download_tab_helper.cc | 53 const FilePath& dir_path, 59 new SavePackage(tab_contents(), save_type, main_file, dir_path);
|
/external/chromium_org/tools/checkdeps/ |
builddeps.py | 283 def _ApplyDirectoryRulesAndSkipSubdirs(self, parent_rules, dir_path): 284 """Given |parent_rules| and a subdirectory |dir_path| from the 285 directory that owns the |parent_rules|, add |dir_path|'s rules to 290 dir_path) 291 self.directory_rules[NormalizePath(dir_path)] = directory_rules 294 os.path.normpath(os.path.join(dir_path, subdir)))] = None 296 def GetDirectoryRules(self, dir_path): 303 dir_path: A real (non-normalized) path to the directory you want 306 norm_dir_path = NormalizePath(dir_path) 310 dir_path = os.path.join(self.base_directory, dir_path [all...] |
/packages/apps/Browser/tools/ |
get_search_engines.py | 211 dir_path = os.path.join(self.resdir, 'values-' + language + '-r' + country) 213 self.writeEngineList(dir_path, country) 215 def writeEngineList(self, dir_path, country): 216 if os.path.exists(dir_path) and not os.path.isdir(dir_path): 217 print "File exists in output directory path " + dir_path + ". Please remove it and try again." 239 os.path.join(dir_path, 'donottranslate-search_engines.xml'), 252 dir_path = os.path.dirname(out_path) 253 if not os.path.exists(dir_path): 254 os.makedirs(dir_path) [all...] |
/external/chromium_org/webkit/browser/database/ |
vfs_backend.h | 25 static void OpenTempFileInDirectory(const base::FilePath& dir_path,
|
/system/media/camera/docs/ |
metadata-generate | 82 local dir_path="$(dirname "$file")" 83 echo "Trying to cd into $dir_path" >& /dev/null 85 local git_path="$(cd "$dir_path"; 89 local diff_result="$(cd "$dir_path";
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
discover.py | 25 for dir_path, _, filenames in os.walk(start_dir): 36 module_rel_path = os.path.relpath(os.path.join(dir_path, filename),
|
/external/chromium_org/build/android/gyp/util/ |
build_utils.py | 16 def MakeDirectory(dir_path): 18 os.makedirs(dir_path) 23 def DeleteDirectory(dir_path): 24 if os.path.exists(dir_path): 25 shutil.rmtree(dir_path)
|
md5_check.py | 38 def _UpdateMd5ForDirectory(md5, dir_path): 39 for root, _, files in os.walk(dir_path):
|
/external/chromium_org/net/url_request/ |
url_request_file_dir_job.cc | 27 const base::FilePath& dir_path) 29 lister_(dir_path, this), 30 dir_path_(dir_path),
|
url_request_file_dir_job.h | 23 const base::FilePath& dir_path);
|
/external/chromium/net/url_request/ |
url_request_file_dir_job.h | 23 URLRequestFileDirJob(URLRequest* request, const FilePath& dir_path);
|
/external/chromium_org/chrome/test/functional/ |
execute_javascript.py | 38 dir_path = os.path.abspath( 40 ext_id = self.InstallExtension(dir_path)
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/style/ |
filereader.py | 135 for dir_path, dir_names, file_names in os.walk(directory): 137 file_path = self.filesystem.join(dir_path, file_name)
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
pepper_internal_file_ref_backend.cc | 221 std::string dir_path = path_; local 222 if (dir_path.empty() || dir_path[dir_path.size() - 1] != '/') 223 dir_path += '/'; 236 dir_path + fileapi::FilePathToString(base::FilePath(it->name));
|
/external/chromium_org/ui/base/resource/ |
resource_bundle_unittest.cc | 360 const base::FilePath& locale_path = dir_path().Append( 374 const base::FilePath& dir_path() { return dir_.path(); } function in class:ui::ResourceBundleImageTest 386 base::FilePath data_path = dir_path().Append(FILE_PATH_LITERAL("sample.pak")); 409 base::FilePath data_path = dir_path().Append(FILE_PATH_LITERAL("sample.pak")); 411 dir_path().Append(FILE_PATH_LITERAL("sample_2x.pak")); 446 base::FilePath data_1x_path = dir_path().AppendASCII("sample_1x.pak"); 447 base::FilePath data_2x_path = dir_path().AppendASCII("sample_2x.pak"); 496 base::FilePath data_path = dir_path().AppendASCII("sample.pak"); 497 base::FilePath data_2x_path = dir_path().AppendASCII("sample_2x.pak"); 534 base::FilePath data_path = dir_path().AppendASCII("sample.pak") [all...] |
/external/chromium_org/tools/perf/measurements/ |
blink_perf.py | 26 def _AddDir(dir_path, skipped): 27 for candidate_path in os.listdir(dir_path): 30 candidate_path = os.path.join(dir_path, candidate_path)
|
/external/chromium_org/tools/grit/grit/tool/ |
resize.py | 238 dir_path = os.path.join(self.base_folder, project_name) 239 if not os.path.isdir(dir_path): 240 os.mkdir(dir_path) 251 fname = os.path.join(dir_path, '%s.vcproj' % project_name) 275 fname = os.path.join(dir_path, '%s.rc' % project_name) 282 fname = os.path.join(dir_path, 'resource.h')
|
/external/chromium_org/chrome/browser/history/ |
in_memory_url_index.h | 244 void set_history_dir(const base::FilePath& dir_path) { 245 history_dir_ = dir_path;
|