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

  /external/linux-kselftest/tools/testing/selftests/mount/
unprivileged-remount-test.c 261 const char *orig_path = "/dev"; local
288 orig_mnt_flags = read_mnt_flags(orig_path);
297 ret = mount(orig_path, dest_path, "bind", MS_BIND | MS_REC, NULL);
300 orig_path, dest_path, strerror(errno));
314 dest_path, orig_path);
  /external/tensorflow/tensorflow/contrib/session_bundle/
session_bundle_test.cc 59 const string orig_path = test_util::TestSrcDirPath(kExportPath); local
61 const string source = io::JoinPath(orig_path, kVariablesFilename);
69 const string source = io::JoinPath(orig_path, kMetaGraphDefFilename);

Completed in 106 milliseconds