HomeSort by relevance Sort by last modified time
    Searched refs:current_path (Results 1 - 25 of 57) sorted by null

1 2 3

  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.current_path/
current_path.pass.cpp 14 // path current_path();
15 // path current_path(error_code& ec);
16 // void current_path(path const&);
17 // void current_path(path const&, std::error_code& ec) noexcept;
35 ASSERT_NOT_NOEXCEPT(current_path());
36 ASSERT_NOT_NOEXCEPT(current_path(ec));
37 ASSERT_NOT_NOEXCEPT(current_path(p));
38 ASSERT_NOEXCEPT(current_path(p, ec));
44 const path p = current_path(ec);
49 const path p2 = current_path();
    [all...]
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.current_path/
current_path.pass.cpp 14 // path current_path();
15 // path current_path(error_code& ec);
16 // void current_path(path const&);
17 // void current_path(path const&, std::error_code& ec) noexcept;
35 ASSERT_NOT_NOEXCEPT(current_path());
36 ASSERT_NOT_NOEXCEPT(current_path(ec));
37 ASSERT_NOT_NOEXCEPT(current_path(p));
38 ASSERT_NOEXCEPT(current_path(p, ec));
44 const path p = current_path(ec);
49 const path p2 = current_path();
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.system_complete/
system_complete.pass.cpp 18 // same semantics as 'absolute(p, current_path())'.
49 const path base = current_path();
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.system_complete/
system_complete.pass.cpp 18 // same semantics as 'absolute(p, current_path())'.
49 const path base = current_path();
  /system/bt/test/
run_host_unit_tests.py 64 current_path = os.path.abspath(os.getcwd())
65 while current_path and os.path.isdir(current_path):
66 soong_ui_bash_path = os.path.join(current_path, SOONG_UI_BASH)
75 parent_path = os.path.abspath(os.path.join(current_path, os.pardir))
76 if parent_path == current_path:
77 current_path = None
79 current_path = parent_path
  /test/vts/compilation_tools/vtsc/code_gen/driver/
HalCodeGen.cpp 863 out << "if (func_msg->parent_path() == \\"" << current_path << "\\") {" local
889 out << "if (func_msg->parent_path() == \\"" << current_path << "\\") {" local
    [all...]
  /external/libchrome/base/
values.cc 635 StringPiece current_path(path);
637 for (size_t delimiter_position = current_path.find('.');
639 delimiter_position = current_path.find('.')) {
641 StringPiece key = current_path.substr(0, delimiter_position);
650 current_path = current_path.substr(delimiter_position + 1);
653 current_dictionary->SetWithoutPathExpansion(current_path,
719 StringPiece current_path(path);
721 for (size_t delimiter_position = current_path.find('.');
723 delimiter_position = current_path.find('.'))
    [all...]
  /system/core/init/
parser.cpp 148 std::string current_path = local
150 files.emplace_back(current_path);
  /system/iot/attestation/at-factory-tool/
fastbootsh.py 42 current_path = _GetCurrentPath() variable in class:FastbootDevice
43 fastboot_command = sh.Command(os.path.join(current_path, 'fastboot'))
fastbootsubp.py 44 current_path = _GetCurrentPath() variable in class:FastbootDevice
45 fastboot_command = os.path.join(current_path, 'fastboot.exe')
  /system/update_engine/
omaha_request_action.cc 422 string current_path; member in struct:chromeos_update_engine::OmahaParserData
463 data->current_path += string("/") + element;
474 if (data->current_path == "/response/app") {
492 } else if (data->current_path == "/response/app/updatecheck") {
503 } else if (data->current_path == "/response/daystart") {
507 } else if (data->current_path == "/response/app/updatecheck/urls/url") {
511 } else if (data->current_path ==
518 } else if (data->current_path == "/response/app/updatecheck/manifest") {
522 } else if (data->current_path ==
539 if (!base::EndsWith(data->current_path, path_suffix
    [all...]
  /external/autotest/server/cros/chaos_lib/
chaos_parser.py 297 current_path = os.path.join(root, name)
299 status = current_path
301 open(current_path).read()):
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.absolute/
absolute.pass.cpp 14 // path absolute(const path& p, const path& base=current_path());
108 const path base = current_path();
  /external/protobuf/src/google/protobuf/util/
field_mask_util.cc 267 string current_path = prefix.empty() ? it->first : prefix + "." + it->first; local
268 MergeToFieldMask(current_path, it->second, out);
332 string current_path = prefix.empty() ? it->first : prefix + "." + it->first; local
333 MergeLeafNodesToTree(current_path, it->second, out);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.absolute/
absolute.pass.cpp 14 // path absolute(const path& p, const path& base=current_path());
108 const path base = current_path();
  /prebuilts/sdk/update_prebuilts/
update_prebuilts.py 13 current_path = 'current' variable
17 support_dir = os.path.join(current_path, 'support')
18 androidx_dir = os.path.join(current_path, 'androidx')
19 extras_dir = os.path.join(current_path, 'extras')
    [all...]
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.canonical/
canonical.pass.cpp 14 // path canonical(const path& p, const path& base = current_path());
115 TEST_CHECK(err.path2() == current_path());
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.canonical/
canonical.pass.cpp 14 // path canonical(const path& p, const path& base = current_path());
115 TEST_CHECK(err.path2() == current_path());
  /external/libchrome/base/files/
file_util_posix.cc 875 FilePath current_path = base; local
876 if (!VerifySpecificPathControlledByUser(current_path, owner_uid, group_gids))
880 current_path = current_path.Append(*ip);
882 current_path, owner_uid, group_gids))
  /system/vold/
Ext4Crypt.cpp 173 auto const current_path = get_ce_key_current_path(directory_path); local
174 if (to_fix != current_path) {
175 LOG(DEBUG) << "Renaming " << to_fix << " to " << current_path; local
176 if (rename(to_fix.c_str(), current_path.c_str()) != 0) {
177 PLOG(WARNING) << "Unable to rename " << to_fix << " to " << current_path; local
    [all...]
  /external/toolchain-utils/crosperf/
results_cache_unittest.py 640 current_path = os.getcwd()
641 cache_dir = os.path.join(current_path, 'test_cache/test_input')
    [all...]
  /external/tensorflow/tensorflow/examples/tutorials/word2vec/
word2vec_basic.py 39 current_path = os.path.dirname(os.path.realpath(sys.argv[0])) variable
45 default=os.path.join(current_path, 'log'),
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
FileSystem.h 170 error_code current_path(SmallVectorImpl<char> &result);
  /packages/apps/Car/SystemUpdater/src/com/android/car/systemupdater/
DeviceListFragment.java 117 mCurrentPathView = (TextView) view.findViewById(R.id.current_path);
  /frameworks/native/cmds/installd/
utils.cpp     [all...]

Completed in 375 milliseconds

1 2 3