Searched defs:exe_path (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/testing/
H A Dtest_support.cpp22 std::string GetFullPathForSnapshotFile(const std::string& exe_path, argument
31 } else if (!exe_path.empty()) {
32 size_t last_separator = exe_path.rfind(PATH_SEPARATOR);
34 result = exe_path.substr(0, last_separator + 1);
41 bool GetExternalData(const std::string& exe_path, argument
46 GetFullPathForSnapshotFile(exe_path, bin_dir, filename);
137 bool InitializeV8ForPDFium(const std::string& exe_path, argument
143 if (!GetExternalData(exe_path, bin_dir, "natives_blob.bin", natives_blob))
145 if (!GetExternalData(exe_path, bin_dir, "snapshot_blob.bin", snapshot_blob))
/external/pdfium/samples/
H A Dpdfium_test.cc49 std::string exe_path; member in struct:Options
257 options->exe_path = args[0];
582 InitializeV8ForPDFium(options.exe_path, options.bin_directory, &natives,

Completed in 417 milliseconds