Home
last modified time | relevance | path

Searched refs:disk_path (Results 1 – 7 of 7) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/
Dimporter.cc390 const std::string& disk_path) { in MapPath() argument
391 mappings_.push_back(Mapping(virtual_path, CanonicalizePath(disk_path))); in MapPath()
403 if (ApplyMapping(canonical_disk_file, mappings_[i].disk_path, in DiskFileToVirtualFile()
419 mappings_[i].disk_path, shadowing_disk_file)) { in DiskFileToVirtualFile()
470 mappings_[i].disk_path, &temp_disk_file)) { in OpenVirtualFile()
Dimporter.h262 void MapPath(const std::string& virtual_path, const std::string& disk_path);
310 std::string disk_path; member
314 : virtual_path(virtual_path_param), disk_path(disk_path_param) {} in Mapping()
Dcommand_line_interface.cc1581 std::string disk_path; in InterpretArgument() local
1586 disk_path = parts[i]; in InterpretArgument()
1589 disk_path = parts[i].substr(equals_pos + 1); in InterpretArgument()
1592 if (disk_path.empty()) { in InterpretArgument()
1601 if (access(disk_path.c_str(), F_OK) < 0) { in InterpretArgument()
1604 std::cerr << disk_path << ": warning: directory does not exist." in InterpretArgument()
1608 disk_path = parts[i]; in InterpretArgument()
1616 std::pair<std::string, std::string>(virtual_path, disk_path)); in InterpretArgument()
/third_party/littlefs/bd/
Dlfs_emubd.c134 if (bd->cfg->disk_path) { in lfs_emubd_create()
144 bd->disk->fd = open(bd->cfg->disk_path, in lfs_emubd_create()
147 bd->disk->fd = open(bd->cfg->disk_path, in lfs_emubd_create()
Dlfs_emubd.h115 const char *disk_path; member
/third_party/littlefs/runners/
Dtest_runner.c1362 .disk_path = test_disk_path, in run_powerloss_none()
1438 .disk_path = test_disk_path, in run_powerloss_linear()
1531 .disk_path = test_disk_path, in run_powerloss_log()
1622 .disk_path = test_disk_path, in run_powerloss_cycles()
1811 .disk_path = test_disk_path, in run_powerloss_exhaustive()
Dbench_runner.c1334 .disk_path = bench_disk_path, in perm_run()