/external/linux-kselftest/tools/testing/selftests/mount/ |
unprivileged-remount-test.c | 261 const char *dest_path = "/tmp"; local 296 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL); 299 orig_path, dest_path, strerror(errno)); 302 ret = mount(dest_path, dest_path, "none", 310 remount_mnt_flags = read_mnt_flags(dest_path); 313 dest_path, orig_path);
|
/system/core/sdcard/ |
fuse.h | 185 char dest_path[PATH_MAX]; member in struct:fuse
|
/bootable/recovery/updater/ |
install.cpp | 408 const std::string& dest_path = args[1]; local 415 bool success = ExtractPackageRecursive(za, zip_path, dest_path, ×tamp, sehandle); 440 const std::string& dest_path = args[1]; local 451 ota_open(dest_path.c_str(), O_WRONLY | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR))); 453 PLOG(ERROR) << name << ": can't open " << dest_path << " for write"; local 461 << entry.uncompressed_length << " bytes) to \"" << dest_path 466 PLOG(ERROR) << "fsync of \"" << dest_path << "\" failed"; 470 PLOG(ERROR) << "close of \"" << dest_path << "\" failed"; [all...] |
/dalvik/dx/etc/ |
jasmin.jar | |
/prebuilts/tools/common/jasmin/ |
jasmin.jar | |