HomeSort by relevance Sort by last modified time
    Searched defs:dest_path (Results 1 - 4 of 4) 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...]
  /cts/tools/dx-tests/lib/
jasmin.jar 
  /dalvik/dx/etc/
jasmin.jar 

Completed in 31 milliseconds