OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:source_path
(Results
1 - 5
of
5
) sorted by null
/external/chromium-trace/catapult/catapult_base/catapult_base/refactor_util/
move.py
28
os.rename(move.
source_path
, move.target_path)
52
def
source_path
(self):
member in class:_Move
/system/update_engine/payload_consumer/
install_plan.h
49
// Load the |
source_path
| and |target_path| of all |partitions| based on the
85
std::string
source_path
;
member in struct:chromeos_update_engine::InstallPlan::Partition
delta_performer_unittest.cc
178
// Apply |payload_data| on partition specified in |
source_path
|.
182
const string&
source_path
,
184
return ApplyPayloadToData(payload_data,
source_path
, brillo::Blob(),
188
// Apply the payload provided in |payload_data| reading from the |
source_path
|
194
const string&
source_path
,
208
kLegacyPartitionNameRoot, install_plan_.source_slot,
source_path
);
476
string
source_path
;
local
478
&
source_path
, nullptr));
479
ScopedPathUnlinker path_unlinker(
source_path
);
480
EXPECT_TRUE(utils::WriteFile(
source_path
.c_str()
503
string
source_path
;
local
[
all
...]
/system/core/sdcard/
sdcard.c
201
char
source_path
[PATH_MAX];
member in struct:fuse_global
2060
const char *
source_path
= NULL;
local
[
all
...]
/external/squashfs-tools/squashfs-tools/
mksquashfs.c
233
char **
source_path
;
variable
[
all
...]
Completed in 2802 milliseconds