OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unpack_path
(Results
1 - 17
of
17
) sorted by null
/external/chromium_org/components/component_updater/test/
test_installer.cc
23
const base::FilePath&
unpack_path
) {
25
return base::DeleteFile(
unpack_path
, true);
63
const base::FilePath&
unpack_path
) {
71
if (!base::Move(
unpack_path
, path))
test_installer.h
29
const base::FilePath&
unpack_path
) OVERRIDE;
67
const base::FilePath&
unpack_path
) OVERRIDE;
/external/chromium_org/components/component_updater/
component_patcher.cc
27
base::ListValue* ReadCommands(const base::FilePath&
unpack_path
) {
29
unpack_path
.Append(FILE_PATH_LITERAL("commands.json"));
default_component_installer.cc
65
const base::FilePath&
unpack_path
,
67
if (!base::Move(
unpack_path
, install_path))
77
const base::FilePath&
unpack_path
) {
91
if (!InstallHelper(manifest,
unpack_path
, install_path)) {
default_component_installer.h
94
const base::FilePath&
unpack_path
) OVERRIDE;
103
const base::FilePath&
unpack_path
,
component_unpacker.cc
126
const base::FilePath&
unpack_path
) {
128
unpack_path
.Append(FILE_PATH_LITERAL("manifest.json"));
component_updater_service.h
52
// json dictionary and |
unpack_path
| contains the temporary directory
56
const base::FilePath&
unpack_path
) = 0;
component_unpacker.h
28
const base::FilePath&
unpack_path
);
/external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.cc
138
base::DictionaryValue* ReadPnaclManifest(const base::FilePath&
unpack_path
) {
140
GetPlatformDir(
unpack_path
).AppendASCII("pnacl_public_pnacl_json");
148
const base::FilePath&
unpack_path
) {
150
unpack_path
.Append(FILE_PATH_LITERAL("manifest.json"));
227
const base::FilePath&
unpack_path
) {
229
ReadPnaclManifest(
unpack_path
));
253
if (!base::Move(
unpack_path
, path)) {
pnacl_component_installer.h
47
const base::FilePath&
unpack_path
) OVERRIDE;
/external/chromium_org/chrome/browser/component_updater/
swiftshader_component_installer.cc
107
const base::FilePath&
unpack_path
) OVERRIDE;
128
const base::FilePath&
unpack_path
) {
140
if (!base::PathExists(
unpack_path
.Append(kSwiftShaderEglName)) ||
141
!base::PathExists(
unpack_path
.Append(kSwiftShaderGlesName)))
148
if (!base::Move(
unpack_path
, path))
recovery_component_installer.cc
62
const base::FilePath&
unpack_path
) OVERRIDE;
106
const base::FilePath&
unpack_path
) {
131
if (!base::Move(
unpack_path
, path)) {
pepper_flash_component_installer.cc
342
const base::FilePath&
unpack_path
) OVERRIDE;
363
const base::FilePath&
unpack_path
) {
369
if (!base::PathExists(
unpack_path
.Append(chrome::kPepperFlashPluginFilename)))
376
if (!base::Move(
unpack_path
, path))
/external/chromium_org/chrome/browser/net/
crl_set_fetcher.h
38
const base::FilePath&
unpack_path
) OVERRIDE;
crl_set_fetcher.cc
171
const base::FilePath&
unpack_path
) {
173
unpack_path
.Append(FILE_PATH_LITERAL("crl-set"));
/external/chromium_org/chrome/installer/setup/
setup_main.cc
618
// |
unpack_path
| to a random directory beginning with "source" within
623
base::FilePath*
unpack_path
) {
624
DCHECK(temp_path &&
unpack_path
);
635
unpack_path
)) {
1406
base::FilePath
unpack_path
;
local
[
all
...]
/external/chromium_org/chrome/browser/component_updater/test/
component_updater_service_unittest.cc
[
all
...]
Completed in 284 milliseconds