Home
last modified time | relevance | path

Searched refs:workspace_path (Results 1 - 7 of 7) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A Dxcode_ninja.py25 workspace_path = build_file_root + ".xcworkspace"
28 workspace_path = os.path.join(options.generator_output, workspace_path)
30 os.makedirs(workspace_path)
43 workspace_file = os.path.join(workspace_path, "contents.xcworkspacedata")
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dxcode_ninja.py25 workspace_path = build_file_root + ".xcworkspace"
28 workspace_path = os.path.join(options.generator_output, workspace_path)
30 os.makedirs(workspace_path)
43 workspace_file = os.path.join(workspace_path, "contents.xcworkspacedata")
/third_party/rust/crates/syn/codegen/src/
H A Dversion.rs1 use crate::workspace_path;
8 let syn_cargo_toml = workspace_path::get("Cargo.toml"); in get()
H A Djson.rs1 use crate::workspace_path;
13 let json_path = workspace_path::get("syn.json"); in generate()
H A Dfile.rs1 use crate::workspace_path;
21 let path = workspace_path::get(relative_to_workspace_root); in write()
H A Dmain.rs38 mod workspace_path; modules
H A Dparse.rs1 use crate::{version, workspace_path};
537 let src = fs::read_to_string(workspace_path::get(relative_to_workspace_root))?; in do_load_file()
651 let path = workspace_path::get(relative_to_workspace_root); in load_token_file()

Completed in 4 milliseconds