HomeSort by relevance Sort by last modified time
    Searched refs:full_path (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /external/chromium_org/media/tools/layout_tests/
layouttests.py 168 full_path = layouttest_root_path + parent_location
170 file_list = client.list(full_path, recurse=recursion)
182 print 'Unable to list tests in %s.' % full_path
  /external/chromium_org/tools/site_compare/
site_compare.py 70 full_path = os.path.join(save_path, browser[0], scraper.version)
71 drivers.windowing.PreparePath(full_path)
73 scraper.Scrape(urls, full_path, window_size, window_pos, timeout, kwargs)
  /external/chromium_org/build/
copy_test_data_ios.py 36 full_path = os.path.join(path, item)
37 output.extend(ListFilesForPath(full_path))
  /external/chromium_org/components/test/data/password_manager/
run_tests.py 49 full_path = os.path.realpath(__file__) variable
50 tests_dir = os.path.dirname(full_path)
  /external/chromium_org/content/browser/download/
save_file_manager.h 126 void DeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir);
204 void OnDeleteDirectoryOrFile(const base::FilePath& full_path, bool is_dir);
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handler_api.cc 310 const base::FilePath& full_path) {
326 external_backend->GetVirtualPath(full_path, &file_definition.virtual_path);
337 render_view_host()->GetProcess()->GetID(), full_path);
368 "/" + entry_definition.full_path.AsUTF8Unsafe();
  /external/chromium_org/extensions/browser/
content_verifier.cc 250 base::FilePath full_path = extension_root.Append(relative_path); local
251 if (locales_dir.IsParent(full_path)) {
263 if (full_path.DirName().DirName() == locales_dir &&
265 locales_dir, full_path.DirName(), *all_locales))
content_hash_fetcher.cc 365 base::FilePath full_path = enumerator.Next();
366 if (full_path.empty())
368 paths.insert(full_path);
377 const base::FilePath& full_path = *i; local
379 extension_path_.AppendRelativePath(full_path, &relative_path);
386 if (!base::ReadFileToString(full_path, &contents)) {
387 LOG(ERROR) << "Could not read " << full_path.MaybeAsASCII();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/layout_package/
bot_test_expectations.py 85 full_path = os.path.join(parent_path, name)
90 for path, results in self._walk_trie(value, full_path):
93 yield full_path, value
95 def walk_results(self, full_path=''):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
deps_updater.py 103 full_path = self.fs.join(dest_repo, subpath)
104 if self.fs.glob(full_path.replace('-expected.txt', '*')) == [full_path]:
105 self.fs.remove(full_path)
  /external/chromium_org/content/public/test/
test_file_error_injector.cc 51 const base::FilePath& full_path,
54 const base::FilePath& full_path,
173 const base::FilePath& full_path,
196 DownloadFileImpl::RenameAndUniquify(full_path, callback_to_use);
200 const base::FilePath& full_path,
223 DownloadFileImpl::RenameAndAnnotate(full_path, callback_to_use);
  /external/chromium_org/sandbox/win/src/
process_policy_test.cc 27 base::string16 full_path(windows_path);
28 if (full_path.empty()) {
29 return full_path;
31 full_path += L"\\system32\\";
32 full_path += name;
33 return full_path;
win_utils.cc 83 DWORD IsReparsePoint(const base::string16& full_path, bool* result) {
84 base::string16 path = full_path;
124 // We get a |full_path| of the form \??\c:\some\foo\bar, and the name that
126 bool SameObject(HANDLE handle, const wchar_t* full_path) {
127 base::string16 path(full_path);
  /external/fio/
blktrace.c 124 char full_path[256]; local
129 sprintf(full_path, "%s%s%s", path, FIO_OS_PATH_SEPARATOR, dir->d_name);
130 if (lstat(full_path, &st) == -1) {
136 found = lookup_device(td, full_path, maj, min);
138 strcpy(path, full_path);
162 strcpy(path, full_path);
  /external/chromium_org/third_party/WebKit/Source/bindings/scripts/
generate_global_constructors.py 71 full_path = os.path.realpath(idl_filename)
72 idl_file_contents = get_file_contents(full_path)
  /external/chromium_org/third_party/skia/gm/rebaseline_server/
writable_expectations.py 136 full_path = os.path.join(root, rel_path)
137 gm_json.WriteToFile(meta_dict[rel_path], full_path)
  /external/ceres-solver/internal/ceres/miniglog/glog/
logging.h 262 void StripBasename(const std::string &full_path, std::string *filename) {
265 size_t pos = full_path.rfind(kSeparator);
267 *filename = full_path.substr(pos + 1, std::string::npos);
269 *filename = full_path;
  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.cc 192 base::FilePath full_path; local
193 root_virtual_path.AppendRelativePath(iterator->virtual_path, &full_path);
194 entry_definition.full_path = full_path;
fileapi_util.h 46 base::FilePath full_path; // Value of Entry.fullPath. member in struct:file_manager::util::EntryDefinition
  /external/chromium_org/chrome/browser/policy/cloud/
component_cloud_policy_browsertest.cc 155 base::FilePath full_path; local
156 if (!PathService::Get(chrome::DIR_TEST_DATA, &full_path)) {
161 ExtensionBrowserTest::LoadExtension(full_path.Append(path)));
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 68 full_path = os.path.join(root, f)
69 rel_path = os.path.relpath(full_path, directory)
70 zip.write(full_path, os.path.join(zipfile_base, rel_path))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
data.py 188 full_path = os.path.join(data_dir, f)
189 new_lines, new_arcs = self._read_file(full_path)
197 os.remove(full_path)
  /external/chromium_org/third_party/webrtc/base/
httpcommon_unittest.cc 32 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str());
46 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str());
69 EXPECT_STREQ(TEST_PATH TEST_QUERY, url.full_path().c_str());
  /external/jsoncpp/
doxybuild.py 21 full_path = os.path.join(directory, name)
22 if os.path.isfile(full_path):
23 return full_path
  /external/chromium_org/chrome/browser/media_galleries/
media_folder_finder.cc 248 base::FilePath full_path = path.Append(file_info.GetName()); local
249 if (MediaPathFilter::ShouldSkip(full_path))
255 base::FilePath abs_full_path = base::MakeAbsoluteFilePath(full_path);
266 reply.new_folders.push_back(full_path);
276 MediaGalleryScanFileType type = filter_->GetType(full_path);

Completed in 941 milliseconds

1 2 34 5 6 7