Lines Matching defs:exists
940 // "platform file-exists remote-file-path"
944 : CommandObjectParsed(interpreter, "platform file-exists",
945 "Check if the file exists on the remote end.",
946 "platform file-exists <remote-file-spec>", 0) {
950 (lldb) platform file-exists /the/remote/file/path
952 Check if /the/remote/file/path exists on the remote end.)");
971 bool exists = platform_sp->GetFileExists(FileSpec(remote_file_path));
974 remote_file_path.c_str(), exists ? "exists" : "does not exist");
1826 LoadSubCommand("file-exists",