HomeSort by relevance Sort by last modified time
    Searched refs:dest_path (Results 1 - 10 of 10) 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...]
  /external/skia/tools/
download_baselines.py 109 dest_path = os.path.join(dest_dir, filename)
110 if only_copy_updates and not os.path.isfile(dest_path):
112 shutil.copyfile(source_path, dest_path)
svn.py 132 def ExportBaseVersionOfFile(self, file_within_repo, dest_path):
138 @param dest_path destination to which to write the base content
141 file_within_repo, dest_path])
  /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)
  /bootable/recovery/updater/
install.c 358 char* dest_path; local
359 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
366 bool success = mzExtractRecursive(za, zip_path, dest_path,
370 free(dest_path);
391 char* dest_path; local
392 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
401 FILE* f = fopen(dest_path, "wb");
404 name, dest_path, strerror(errno));
412 free(dest_path);
    [all...]
  /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))
  /system/core/sdcard/
sdcard.c 1305 const char *dest_path = NULL; local
    [all...]
  /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)
  /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);
  /dalvik/dx/etc/
jasmin.jar 

Completed in 226 milliseconds