Home
last modified time | relevance | path

Searched refs:child_data_path (Results 1 – 1 of 1) sorted by relevance

/external/cronet/base/test/launcher/
Dtest_launcher.cc483 const base::FilePath child_data_path = kDataPath.AppendASCII( in LaunchChildTestProcessWithOptions() local
486 CHECK(!base::DirectoryExists(child_data_path)); in LaunchChildTestProcessWithOptions()
487 CHECK(base::CreateDirectory(child_data_path)); in LaunchChildTestProcessWithOptions()
488 DCHECK(base::DirectoryExists(child_data_path)); in LaunchChildTestProcessWithOptions()
490 const base::FilePath test_data_dir(child_data_path.AppendASCII("data")); in LaunchChildTestProcessWithOptions()
492 const base::FilePath test_cache_dir(child_data_path.AppendASCII("cache")); in LaunchChildTestProcessWithOptions()
594 CHECK(DeletePathRecursively(child_data_path)); in LaunchChildTestProcessWithOptions()