HomeSort by relevance Sort by last modified time
    Searched full:dest_path (Results 1 - 8 of 8) 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 340 char* dest_path; local
341 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
348 bool success = mzExtractRecursive(za, zip_path, dest_path,
352 free(dest_path);
373 char* dest_path; local
374 if (ReadArgs(state, argv, 2, &zip_path, &dest_path) < 0) return NULL;
383 FILE* f = fopen(dest_path, "wb");
386 name, dest_path, strerror(errno));
394 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.py 176 def _MergeFiles(self, input_paths, dest_path):
181 dest_path: absolute file path of destination file
188 input_args, dest_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);
  /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)
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 3484 milliseconds