HomeSort by relevance Sort by last modified time
    Searched full:dest_path (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_manager_unittest.cc 80 FilePath dest_path = temp_dir_.path(); local
81 dest_path = dest_path.Append(FILE_PATH_LITERAL("New Profile"));
86 profile = profile_manager_->GetProfile(dest_path);
90 EXPECT_EQ(profile, profile_manager_->GetProfile(dest_path));
165 FilePath dest_path = local
171 profile_manager_->CreateProfileAsync(dest_path, &mock_observer);
183 FilePath dest_path = local
195 profile_manager_->CreateProfileAsync(dest_path, &mock_observer1);
196 profile_manager_->CreateProfileAsync(dest_path, &mock_observer2)
    [all...]
  /bootable/recovery/updater/
install.c 362 char* dest_path; local
363 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
370 bool success = mzExtractRecursive(za, zip_path, dest_path,
374 free(dest_path);
395 char* dest_path; local
396 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
405 FILE* f = fopen(dest_path, "wb");
408 name, dest_path, strerror(errno));
416 free(dest_path);
    [all...]
  /development/build/tools/
mk_sources_zip.py 197 dest_path = os.path.join(p.zipfile, arc_path)
198 dest_dir = os.path.dirname(dest_path)
201 shutil.copyfile(filepath, dest_path)
  /development/testrunner/coverage/
coverage.py 174 def _MergeFiles(self, input_paths, dest_path):
179 dest_path: absolute file path of destination file
186 input_args, dest_path))
  /docs/source.android.com/src/tech/storage/
index.md 71 service sdcard /system/bin/sdcard <source_path> <dest_path> 1023 1023
74 Where `source_path` is the backing internal storage and `dest_path` is the
  /system/core/sdcard/
sdcard.c 1303 const char *dest_path = NULL; local
    [all...]
  /frameworks/base/media/jni/
android_mtp_MtpDevice.cpp 385 android_mtp_MtpDevice_import_file(JNIEnv *env, jobject thiz, jint object_id, jstring dest_path)
389 const char *destPathStr = env->GetStringUTFChars(dest_path, NULL);
395 env->ReleaseStringUTFChars(dest_path, destPathStr);
  /development/scripts/
divide_and_compress_test.py 98 dest_path = ''.join([os.getcwd(), '/0.zip'])
103 test_target.OpenZipFileAtPath(dest_path,
107 os.rename(dest_path, source_path)
  /dalvik/dx/etc/
jasmin.jar 

Completed in 286 milliseconds