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

  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 262 const char *dest_path = "/tmp"; local
297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL);
300 orig_path, dest_path, strerror(errno));
303 ret = mount(dest_path, dest_path, "none",
311 remount_mnt_flags = read_mnt_flags(dest_path);
314 dest_path, orig_path);
  /bootable/recovery/updater/
install.cpp 130 const std::string& dest_path = args[1]; local
141 ota_open(dest_path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR)));
143 PLOG(ERROR) << name << ": can't open " << dest_path << " for write"; local
151 << entry.uncompressed_length << " bytes) to \"" << dest_path
156 PLOG(ERROR) << "fsync of \"" << dest_path << "\" failed";
160 PLOG(ERROR) << "close of \"" << dest_path << "\" failed";
    [all...]
  /dalvik/dx/etc/
jasmin.jar 
  /prebuilts/tools/common/jasmin/
jasmin.jar 

Completed in 77 milliseconds