OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:temp_parent_dir
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/installer/util/
self_cleaning_temp_dir.cc
16
// |
temp_parent_dir
| that does not exist. If |
temp_parent_dir
| exists,
20
const base::FilePath&
temp_parent_dir
,
24
if (base::PathExists(
temp_parent_dir
)) {
28
base::FilePath parent_dir(
temp_parent_dir
);
self_cleaning_temp_dir.h
40
static void GetTopDirToCreate(const base::FilePath&
temp_parent_dir
,
/external/chromium_org/tools/valgrind/
valgrind_test.py
36
temp_parent_dir
= None
50
temp_parent_dir
= self.log_parent_dir
52
self.temp_dir = tempfile.mkdtemp(prefix="vg_logs_", dir=
temp_parent_dir
)
[
all
...]
Completed in 93 milliseconds