Searched refs:PATH (Results 1 – 5 of 5) sorted by relevance
21 set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib" CACHE PATH "Archive output dir.")22 set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/lib" CACHE PATH "Library output dir.")23 set(CMAKE_PDB_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" CACHE PATH "PDB MSVC debug symbol outp…24 set(CMAKE_RUNTIME_OUTPUT_DIRECTORY "${CMAKE_BINARY_DIR}/bin" CACHE PATH "Executable/dll output dir.…
38 private static final String PATH = "/resource" + FileSystems.getDefault().getSeparator() + field in MeasureFormatPatternFetcher74 …new File(MeasureFormatPatternFetcher.class.getResource(PATH).toURI())), StandardCharsets.UTF_8))) { in init()
45 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.58 echo ERROR: NODE_HOME is not set and no 'node' command could be found in your PATH.
23 # Add /usr/local/nodejs/bin to the PATH environment variable
41 const char *PATH = "/etc/telephony/pdp_profile.json"; variable73 char *path = GetOneCfgFile(PATH, buf, MAX_PATH_LEN); in ParserPdpProfileJson()