Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IsPath
(Results
1 - 8
of
8
) sorted by relevance
/developtools/hiperf/src/
H
A
D
tracked_command.cpp
156
if (
IsPath
(argv[0])) {
in ExecuteCommand()
H
A
D
utilities.cpp
266
bool
IsPath
(const std::string &fileName)
in IsPath()
function
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
H
A
D
utilities_test.cpp
494
* @tc.name:
IsPath
498
HWTEST_F(UtilitiesTest,
IsPath
, TestSize.Level1)
in HWTEST_F()
500
bool ret =
IsPath
("./");
in HWTEST_F()
/developtools/hiperf/test/unittest/common/native/
H
A
D
utilities_test.cpp
484
* @tc.name:
IsPath
488
HWTEST_F(UtilitiesTest,
IsPath
, TestSize.Level1)
in HWTEST_F()
490
bool ret =
IsPath
("./");
in HWTEST_F()
H
A
D
subcommand_report_test.cpp
1105
EXPECT_EQ(
IsPath
(RESOURCE_PATH + "report_test.data"), true);
in HWTEST_F()
1118
EXPECT_EQ(
IsPath
(RESOURCE_PATH + "perfnew2.data"), true);
in HWTEST_F()
/developtools/profiler/device/plugins/native_daemon/include/
H
A
D
utilities.h
218
bool
IsPath
(const std::string &fileName);
/developtools/hiperf/include/
H
A
D
utilities.h
220
bool
IsPath
(const std::string &fileName);
/developtools/profiler/device/plugins/native_daemon/src/
H
A
D
utilities.cpp
222
bool
IsPath
(const std::string &fileName)
in IsPath()
function
Completed in 8 milliseconds