OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:active_path
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/cros/scripts/
profile
31
def print_profile_path(profile_path,
active_path
):
33
if profile_path ==
active_path
:
/external/libchrome/base/metrics/
persistent_histogram_allocator.cc
749
const FilePath&
active_path
,
753
if (!base::ReplaceFile(
active_path
, base_path, nullptr))
756
return base::GlobalHistogramAllocator::CreateWithFile(
active_path
, size, id,
765
FilePath base_path,
active_path
;
local
766
ConstructFilePaths(dir, name, &base_path, &
active_path
);
767
return CreateWithActiveFile(base_path,
active_path
, size, id, name);
[
all
...]
persistent_histogram_allocator.h
405
// Creates a new file at |
active_path
|. If it already exists, it will first be
410
const FilePath&
active_path
,
Completed in 76 milliseconds