HomeSort by relevance Sort by last modified time
    Searched refs:to_dir (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/chrome/installer/util/
move_tree_work_item_unittest.cc 77 base::FilePath to_dir(temp_from_dir_.path());
78 to_dir = to_dir.AppendASCII("To_Dir");
79 ASSERT_FALSE(base::PathExists(to_dir));
81 base::FilePath to_file(to_dir);
89 to_dir,
95 EXPECT_TRUE(base::PathExists(to_dir));
103 EXPECT_FALSE(base::PathExists(to_dir));
126 base::FilePath to_dir(temp_from_dir_.path())
    [all...]
  /external/chromium_org/tools/gn/
function_rebase_path.cc 94 const SourceDir& to_dir,
123 if (from_dir.is_system_absolute() || to_dir.is_system_absolute()) {
134 to_dir);
139 to_dir);
272 SourceDir to_dir; local
276 to_dir = current_dir.ResolveRelativeDir(args[2].string_value());
307 from_dir, to_dir, convert_to_system_absolute,
317 from_dir, to_dir, convert_to_system_absolute,
function_rebase_path_unittest.cc 16 const char* to_dir,
21 args.push_back(Value(NULL, to_dir));
  /external/chromium_org/content/browser/fileapi/
local_file_util_unittest.cc 292 const char *to_dir = "todir"; local
311 EXPECT_FALSE(DirectoryExists(to_dir));
316 CreateURL(from_dir), CreateURL(to_dir)));
321 EXPECT_TRUE(DirectoryExists(to_dir));
355 const char *to_dir = "todir"; local
374 EXPECT_FALSE(DirectoryExists(to_dir));
380 CreateURL(to_dir)));
383 EXPECT_TRUE(DirectoryExists(to_dir));
  /external/antlr/antlr-3.4/runtime/Python/
ez_setup.py 60 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
67 a '/'). `to_dir` is the directory where setuptools will be downloaded, if
83 egg = download_setuptools(version, download_base, to_dir, download_delay)
101 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
108 with a '/'). `to_dir` is the directory where the egg will be downloaded.
114 saveto = os.path.join(to_dir, egg_name)
  /external/chromium_org/third_party/protobuf/python/
ez_setup.py 86 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
93 a '/'). `to_dir` is the directory where setuptools will be downloaded, if
102 egg = download_setuptools(version, download_base, to_dir, download_delay)
127 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
134 with a '/'). `to_dir` is the directory where the egg will be downloaded.
140 saveto = os.path.join(to_dir, egg_name)
  /external/protobuf/python/
ez_setup.py 78 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
85 a '/'). `to_dir` is the directory where setuptools will be downloaded, if
94 egg = download_setuptools(version, download_base, to_dir, download_delay)
119 version=DEFAULT_VERSION, download_base=DEFAULT_URL, to_dir=os.curdir,
126 with a '/'). `to_dir` is the directory where the egg will be downloaded.
132 saveto = os.path.join(to_dir, egg_name)

Completed in 251 milliseconds